监控指标
# 监控指标
# cpu
- 说明:CPU 占用情况,单位为 CPU 核心数量
- 类型:Gauge
- 标签:
servicepod
# memory
- 说明:内存占用情况,单位为 MB
- 类型:Gauge
- 标签:
servicepod
# cpu_percentage
- 说明:CPU 占用百分比
- 类型:Gauge
- 标签:
servicepod
# memory_percentage
- 说明:内存占用百分比
- 类型:Gauge
- 标签:
servicepod
# healthy
- 说明:服务健康状态,当值为
1时为健康,0为不健康 - 类型:Gauge
- 标签:
servicepod
# cluster
- 说明:集群状态,当值为
0时为异常,1为等待接入,2为断开连接,3为正常 - 类型:Gauge
- 标签:
cluster
# request_total
- 说明:API 请求总数
- 类型:Counter
- 标签:
methodhandlerstatus
# api_response_time
- 说明:API 返回时间,单位为秒
- 类型:Histogram
- 标签:
methodhandlerstatus
# running_workflows
- 说明:运行中的工作流数量
- 类型:Gauge
# pending_workflows
- 说明:排队中的工作流数量
- 类型:Gauge


